-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(examples) Add Tabular Dataset Example #3568
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mohammadnaseri , i left a few comments below. In addition, I see quite a few warnings in the form of:
DeprecationWarning: np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`.
It would be good to find the line causing it (maybe the .select_dtypes
?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some extra comments. We should also list the example in the top-level README.md
Co-authored-by: Javier <jafermarq@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
This PR introduces a new example about the use of the Adult Census Income Tabular dataset in Flower.